body
{
	background-color: #12202A;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: black;
	font-weight: bold;
	margin: 0px;
	background-image: url(img/login_tauri_hatter.png);
	background-repeat: repeat-x;
}

#wrapper
{
	margin: 0px auto;
	width: 700px;
}

#logo
{
	margin: 0px auto;
	background-image: url(img/login_tauri_logo.png);
	background-repeat: no-repeat;
	width: 360px;
	height: 250px;
}

#logo2login
{
	height: 30px;
}

#loginForm
{
	margin: 0px auto;
	width: 461px;
	height: 340px;
	background-image: url(img/login_tauri_login.png);
	background-repeat: no-repeat;
}

div.msg
{
	height: 50px;
}
div.username_string
{
	height: 15px;
}
div.username
{
	margin: 0px;
	height: 55px;
}

div.password_string
{
	height: 15px;
}

div.password
{
	margin: 0px;
	height: 55px;
}

input.submit
{
	width: 150px;
	height: 30px;
	background-color: #0A141F;
	border: 1px solid white;
	color: white;
	font-weight: bold;
}

#loginForm div.loginForm2
{
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	width: 310px;
	
}

input.input
{
	border: 0px solid black;
	background-color: transparent;
	width: 310px;
	height: 30px;
	color: black;
}